1 /************************************************************
2 * Copyright *
3 * Portions of this software are Copyright (c) 1993 - 2002, *
4 * Chad Z. Hower (Kudzu) and the Indy Pit Crew *
5 * - http://www.nevrona.com/Indy/ *
6 ************************************************************/
7 package org.indy.util;
8
9 import org.indy.IndyException;
10
11
12 /***
13 *
14 *
15 *@author
16 *@version 1.0
17 */
18 public class DateParseException extends IndyException {
19 /***
20 * Constructor for the IdDateParseException object
21 *
22 *@param e Description of the Parameter
23 */
24 public DateParseException(Exception e) {
25 super(e);
26 }
27 }
This page was automatically generated by Maven